FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package difuture.trustcenter.sp#1.0.0-beta-3 (93 ms)

Package difuture.trustcenter.sp
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=difuture.trustcenter.sp@1.0.0-beta-3&canonical=http://difuture.de/fhir/StructureDefinition/TrustcenterBundle
Url http://difuture.de/fhir/StructureDefinition/TrustcenterBundle
Status draft
Date 2021-09-15T08:57:42.7029555+00:00
Name TrustcenterBundle
Experimental False
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://difuture.de/fhir/StructureDefinition/TrustcenterDiagnosticReport TrustcenterDiagnosticReport
http://difuture.de/fhir/StructureDefinition/TrustcenterDocumentReference TrustcenterDocumentReference
http://difuture.de/fhir/StructureDefinition/TrustcenterEncounter TrustcenterEncounter
http://difuture.de/fhir/StructureDefinition/TrustcenterImagingStudy TrustcenterImagingStudy
http://difuture.de/fhir/StructureDefinition/TrustcenterMedicationAdministration TrustcenterMedicationAdministration
http://difuture.de/fhir/StructureDefinition/TrustcenterMedicationStatement TrustcenterMedicationStatement
http://difuture.de/fhir/StructureDefinition/TrustcenterObservation TrustcenterObservation
http://difuture.de/fhir/StructureDefinition/TrustcenterPatient TrustcenterPatient


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ae72477d-ca2b-4541-9e6f-7702b15fdfe4",
  "meta" : {
    "lastUpdated" : "2021-09-15T09:03:30.366+00:00"
  },
  "url" : "http://difuture.de/fhir/StructureDefinition/TrustcenterBundle",
  "name" : "TrustcenterBundle",
  "status" : "draft",
  "date" : "2021-09-15T08:57:42.7029555+00:00",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "fixedCode" : "collection"
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "max" : "0"
      },
      {
        "id" : "Bundle.total",
        "path" : "Bundle.total",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resource"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Bundle.entry:patientEntry",
        "path" : "Bundle.entry",
        "sliceName" : "patientEntry",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:patientEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterPatient"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:patientEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:encounterEntry",
        "path" : "Bundle.entry",
        "sliceName" : "encounterEntry"
      },
      {
        "id" : "Bundle.entry:encounterEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterEncounter"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:encounterEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:diagnosticReportEntry",
        "path" : "Bundle.entry",
        "sliceName" : "diagnosticReportEntry"
      },
      {
        "id" : "Bundle.entry:diagnosticReportEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterDiagnosticReport"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:diagnosticReportEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:imagingStudyEntry",
        "path" : "Bundle.entry",
        "sliceName" : "imagingStudyEntry"
      },
      {
        "id" : "Bundle.entry:imagingStudyEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterImagingStudy"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:imagingStudyEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:documentReferenceEntry",
        "path" : "Bundle.entry",
        "sliceName" : "documentReferenceEntry"
      },
      {
        "id" : "Bundle.entry:documentReferenceEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterDocumentReference"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:documentReferenceEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:medicationStatementEntry",
        "path" : "Bundle.entry",
        "sliceName" : "medicationStatementEntry"
      },
      {
        "id" : "Bundle.entry:medicationStatementEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterMedicationStatement"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:medicationStatementEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:medicationAdministrationEntry",
        "path" : "Bundle.entry",
        "sliceName" : "medicationAdministrationEntry"
      },
      {
        "id" : "Bundle.entry:medicationAdministrationEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterMedicationAdministration"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:medicationAdministrationEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:observationEntry",
        "path" : "Bundle.entry",
        "sliceName" : "observationEntry"
      },
      {
        "id" : "Bundle.entry:observationEntry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://difuture.de/fhir/StructureDefinition/TrustcenterObservation"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:observationEntry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature",
        "path" : "Bundle.signature",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.